@[ 1] 0x60177221 nnotes.Panic@4+417 (60b06d98)
@[ 2] 0x60002a5d nnotes.LockHandle@12+317 (3076,12dcec,12dcf8)
@[ 3] 0x60002886 nnotes.OSLockObject@4+22 (60e00040)
@[ 4] 0x600cb107 nnotes.ACLLockAndValidate@8+23 (3076,12dd2c)
@[ 5] 0x605db38b nnotes.ACLAddEntryExtended@8+91 (3076,12df74)
@[ 6] 0x605dc01a nnotes.ACLProcessList@16+74 (1,3076,12df74,18)
@[ 7] 0x6326b5f7 nlsxbe.ANAclEntry::ANAclEntry+327(7cd807e,6,2491180,2800205)
@[ 8] 0x6326c43a nlsxbe.ANAcl::ANACLCreateEntry+106(2491180,6,12e508,248fb64)
@[ 9] 0x6321a046 nlsxbe.ANDatabase::ANDRevokeACL+166 (7cd807e,248fb64,12e03c,63203cde)
@[10] 0x6321b0ce nlsxbe.ANDatabase::LANDRevokeACL+30 (12e508,248706c,248fb64,12e508)
@[11] 0x63203cde nlsxbe.ANDatabase::ANDispatchMethod+398 (12e508,12e4d8,7c16094,12e508)
@[12] 0x6320337b nlsxbe.ANCLASSCONTROL@16+1867 (1ec9898,109,12e4bc,12e508)
@[13] 0x63203699 nlsxbe._tag_NotesADTControl::ClassControl+25 (248fb90,1ec9898,109,12e4bc)
@[14] 0x6004eefd nnotes.LSsInstance::AdtCallBack+269 (1ec9898,63202c30,109,7c16078)
@[15] 0x60064add nnotes.LScObjCli::ProdMethodCall+61 (7c16038,411,7cb5cd0,10001)
@[16] 0x600649e2 nnotes.LSsThread::AdtDoProdCallout+162 (7cbe3b8,7c16038,10001,7cb5c84)
@[17] 0x600648fd nnotes.LSsThread::AdtCallMethod+45 (2,7cbcac8,1,2)
@[18] 0x60021e59 nnotes.LSsThread::NRun+5705 (7cbe3b8,0,6d7d894,0)
@[19] 0x600225c6 nnotes.LSsThread::Run+182 (7cbe3b8,12e644,60a31736,1ec9898)
@[20] 0x600a665d nnotes.LSsInstance::Resume+29 (1ec9898,6d7d894,12e670,60a313e8)
@[21] 0x60a31736 nnotes.LSIThread::Run+86 (6d7d894,3840,1,6d7d894)
@[22] 0x60a313e8 nnotes.LSIThread::RunInternal+72 (120002,3840,3c354e,c1257607)
@[23] 0x60a3165c nnotes.LSIThread::RunToCompletion+332 (6d7d894,3840,1,6d7c8d4)
In this case ANDatabase refers to a NotesDatabase object and LANDRevokeACL maps to the revokeAccess() method. At this point you will need to check your code for that method and put in debugging around those areas.
This works the more or less the same way as LotusScript agents in Windows. Java uses wrapped LSXBE classes via JNI. So the functions to wrap these classes will have prefix of "Java_" in the nlsxbe stack lines.